From: awilliam@xenbuild.aw Date: Wed, 10 May 2006 21:54:00 +0000 (-0600) Subject: [IA64] linux: ia64 drivers Makefile clean up X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16087 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=fa978ee245ee430f4cdd830741b2e4056fb22f05;p=xen.git [IA64] linux: ia64 drivers Makefile clean up makefile clean up. Signed-off-by: Isaku Yamahata --- diff --git a/linux-2.6-xen-sparse/arch/ia64/xen/drivers/Makefile b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/Makefile index 9df91b0e89..5fd27e4178 100644 --- a/linux-2.6-xen-sparse/arch/ia64/xen/drivers/Makefile +++ b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/Makefile @@ -2,21 +2,22 @@ ifneq ($(CONFIG_XEN_IA64_DOM0_VP),y) obj-y += util.o endif +obj-$(CONFIG_XEN_IA64_DOM0_VP) += net_driver_util.o obj-y += core/ +#obj-y += char/ obj-y += console/ obj-y += evtchn/ #obj-y += balloon/ obj-y += privcmd/ -obj-y += blkback/ -#obj-y += netback/ -obj-y += blkfront/ obj-y += xenbus/ -#obj-y += netfront/ -#obj-$(CONFIG_XEN_PRIVILEGED_GUEST) += privcmd/ -#obj-$(CONFIG_XEN_BLKDEV_BACKEND) += blkback/ -#obj-$(CONFIG_XEN_NETDEV_BACKEND) += netback/ -#obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += blkfront/ -#obj-$(CONFIG_XEN_NETDEV_FRONTEND) += netfront/ -#obj-$(CONFIG_XEN_BLKDEV_TAP) += blktap/ +obj-$(CONFIG_XEN_BLKDEV_BACKEND) += blkback/ +obj-$(CONFIG_XEN_NETDEV_BACKEND) += netback/ +obj-$(CONFIG_XEN_TPMDEV_BACKEND) += tpmback/ +obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += blkfront/ +obj-$(CONFIG_XEN_NETDEV_FRONTEND) += netfront/ +obj-$(CONFIG_XEN_BLKDEV_TAP) += blktap/ +obj-$(CONFIG_XEN_TPMDEV_FRONTEND) += tpmfront/ +obj-$(CONFIG_XEN_PCIDEV_BACKEND) += pciback/ +obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += pcifront/